home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / share / doc / fping / README < prev   
Encoding:
Text File  |  2002-01-20  |  2.5 KB  |  65 lines

  1. fping README
  2. ------------
  3.  
  4. Current maintainer:
  5.  
  6. David Papp - david@remote.net 
  7.  
  8.  
  9. fping website:  http://www.fping.com
  10.  
  11.  
  12. Original author:  Roland Schemers (schemers@stanford.edu)
  13. Previous maintainer:  RL "Bob" Morgan (morgan@stanford.edu)
  14. IPv6 Support: Jeroen Massar (jeroen@unfix.org / jeroen@ipng.nl)
  15.  
  16.  
  17. Suggestions and patches:
  18.  
  19. ....
  20.  
  21. ------------------------------------------------------------------------------
  22.  
  23. Original README from 1992! 5 years ago? Time flies...
  24.  
  25.         fping - A tool to quickly ping N number of hosts to determine
  26.         their reachability.
  27.  
  28.              Roland J. Schemers III - Stanford University
  29.                    schemers@Stanford.EDU
  30.  
  31.       fping is a ping(1) like program which uses the Internet Control
  32.       Message Protocol (ICMP) echo request to determine if a host is
  33.       up. fping is different from ping in that you can specify any
  34.       number of hosts on the command line, or specify a file containing
  35.       the lists of hosts to ping. Instead of trying one host until it
  36.       timeouts or replies, fping will send out a ping packet and move
  37.       on to the next host in a round-robin fashion. If a host replies,
  38.       it is noted and removed from the list of hosts to check. If a host
  39.       does not respond within a certain time limit and/or retry limit it 
  40.       will be considered unreachable. 
  41.  
  42. Site
  43.       Stanford University has a large TCP/IP network with over 16,000 
  44.       assigned IP addresses and over 100 IP subnets.
  45.  
  46. Problem and Issues
  47.  
  48.       With a large a number of IP addresses in use, its becomes more and
  49.       more time consuming to check on which IP addresses are actively
  50.       in use, and which critical machines (routers, bridges, servers, etc)
  51.       are reachable. One example is we have a program which goes through
  52.       all of our routers arp caches looking for IP addresses that are in 
  53.       use. After finding a list of IP addresses that aren't in any arp
  54.       caches fping can then be used to see if these IP addresses really
  55.       aren't being used, or are just behind the routers. Checking 2500
  56.       hosts (99% of which are unreachable) via ping can take hours.
  57.        
  58.       fping was written to solve the problem of pinging N number of hosts
  59.       in an efficient manner. By sending out pings in a round-robin fashion
  60.       and checking on responses as they come in at random, a large number of 
  61.       hosts can be checked at once.
  62.  
  63.       Unlike ping, fping is meant to be used in scripts and its
  64.       output is easy to parse.
  65.